home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / examples / sgi_extensions / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  3.1 KB  |  99 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees, 
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.     ~opengl2/examples/sgi_extensions README
  9.  
  10.             Copyright 1994-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.     A collection of programs that exercise some of the 
  16.     GL extensions introduced in IRIX 5.3 and IRIX 6.2.  These
  17.     examples run on only a subset of SGI platforms.
  18.        All of these programs check if the extension exists before trying it.
  19.  
  20.     NOTE:
  21.     These programs have been #ifdef'ed so that they will compile
  22.     on older release (prior to IRIX 5.3), but because these 
  23.     programs use extensions to the OpenGL standard, they will 
  24.     not run properly on releases that do not support these extensions.
  25.     IRIX 5.3 or later is recommended.
  26.  
  27.  
  28.     fog_func.c
  29.     This program demonstrates using the fog_func extension to
  30.     define a fog blending function.
  31.  
  32.     Escape key    - exit the program
  33.     <f> key        - change the fog blend function
  34.     UP Arrow Key    - increase the fog density or end value
  35.     DOWN Arrow Key    - decrease the fog density or end value
  36.  
  37.  
  38.     fog_offset.c
  39.     This program demonstrates using fog offset to make a fogged
  40.     object appear brighter. 
  41.  
  42.     Escape key    - exit the program
  43.     <o> key        - toggle fog offset
  44.     <f> key        - change the fog blend function
  45.     UP Arrow Key    - increase the fog density or end value
  46.     DOWN Arrow Key    - decrease the fog density or end value
  47.  
  48.  
  49.     interlace.c
  50.     This program demonstrates GL_SGIX_interlace.
  51.  
  52.     <i> key        - toggle interlacing on/off
  53.     LEFT Arrow Key    - increase the X zoom value
  54.     RIGHT Arrow Key    - decrease the X zoom value
  55.     UP Arrow Key    - increase the Y zoom value
  56.     DOWN Arrow Key    - decrease the Y zoom value
  57.     Escape key    - exit the program
  58.  
  59.  
  60.     multisample.c
  61.     Uses the GL_SGIS_multisample extension to antialias a parametric grid 
  62.     on a nurb surface.
  63.  
  64.     Left Mousebutton        - move eye position
  65.     Middle Mousebutton      - change twist angle
  66.     Right Mousebutton       - move up / down to zoom in / out
  67.     Escape Key              - exit the program
  68.     m Key                   - toggle multisampling on / off
  69.     p Key                   - toggle polygon offset on / off
  70.     R Key                   - reset view
  71.  
  72.  
  73.     point_parameters.c
  74.     This program demonstrates GL_SGIS_point_parameters.  It
  75.     allows you to change various point attributes dynamically.
  76.  
  77.     <a/A> key    - increase/decrease the 'a' coefficient
  78.     <b/B> key    - increase/decrease the 'b' coefficient
  79.     <c/C> key    - increase/decrease the 'c' coefficient
  80.     <f/F> key    - increase/decrease the fade threshold size
  81.     <m/M> key    - increase/decrease the minimum point size
  82.     <x/X> key    - increase/decrease the maximum point size
  83.     Escape key    - exit the program
  84.  
  85.  
  86.     sharpen_texutre.c 
  87.     Uses the GL_SGIS_sharpen_texture extension to sharpen the edges
  88.     of a simple texture image.
  89.  
  90.     Escape key        - exit the program
  91.     <s> key            - cycle through sharpen filters
  92.  
  93.  
  94.     sprite.c
  95.     This program demonstrates GL_SGIX_sprite.
  96.  
  97.     <i> key        - toggle xxxx on/off
  98.     Escape key    - exit the program
  99.